home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / present.z / present
Encoding:
Text File  |  1998-10-30  |  1.2 KB  |  34 lines

  1. PRESENT(3I)                                            Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      PPRREESSEENNTT - Determines whether an optional argument is present
  6.  
  7. SSYYNNOOPPSSIISS
  8.      PPRREESSEENNTT (([AA==]_a))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, and IRIX systems
  12.  
  13. SSTTAANNDDAARRDDSS
  14.      Fortran 90
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The PPRREESSEENNTT intrinsic function determines whether an optional dummy
  18.      argument is present.  It accepts the following argument:
  19.  
  20.      _a    Must be an optional dummy argument of the procedure in which the
  21.           PPRREESSEENNTT function reference appears
  22.  
  23.      PPRREESSEENNTT is an inquiry function.  The name of this intrinsic cannot be
  24.      passed as an argument.
  25.  
  26. RREETTUURRNN VVAALLUUEESS
  27.      The result type is a default logical scalar.  The result has the value
  28.      TTRRUUEE if _a is present and otherwise has the value FFAALLSSEE.
  29.  
  30. SSEEEE AALLSSOO
  31.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  32.      printed version of this man page.
  33.  
  34.